Skip to content

chore(deps): bump sharp from 0.34.5 to 0.35.0 - #252

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sharp-0.35.0
Closed

chore(deps): bump sharp from 0.34.5 to 0.35.0#252
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sharp-0.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps sharp from 0.34.5 to 0.35.0.

Release notes

Sourced from sharp's releases.

v0.35.0

  • Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.

  • Breaking: Remove install script from package.json file. Compiling from source is now opt-in via the build script.

  • Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based iq quality metrics.

  • Breaking: Add limitInputChannels with a default value of 5.

  • Breaking: Remove deprecated failOnError constructor property.

  • Breaking: Remove deprecated paletteBitDepth from metadata response.

  • Breaking: Remove deprecated properties from sharpen operation.

  • Breaking: Rename format.jp2k as format.jp2 for API consistency.

  • Upgrade to libvips v8.18.3 for upstream bug fixes.

  • Remove experimental status from WebAssembly binaries.

  • Add prebuilt binaries for FreeBSD (WebAssembly).

  • Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.

  • Ensure TIFF output bitdepth option is limited to 1, 2 or 4.

  • Add AVIF/HEIF tune option for control over quality metrics. #4227

  • Add keepGainMap and withGainMap to process HDR JPEG images with embedded gain maps. #4314

  • Add toUint8Array for output image as a TypedArray backed by a transferable ArrayBuffer. #4355

  • Require prebuilt binaries using static paths to aid code bundling. #4380

  • TypeScript: Ensure FormatEnum keys match reality. #4475

  • Add margin option to trim operation. #4480 @​eddienubes

  • Ensure HEIF primary item is used as default page/frame. #4487

... (truncated)

Commits
  • 2ed5af4 Release v0.35.0
  • 4475cf1 Tests: update locator hash for sharp-libvips v1.3.0
  • deb22dd Upgrade to sharp-libvips v1.3.0
  • 07f1be9 Prerelease v0.35.0-rc.8
  • df1109b Prerelease v0.35.0-rc.7
  • aca49b3 Upgrade to libvips v8.18.3
  • e9e86f5 Type-check density option before range validation (#4536)
  • 2f0bcf0 Docs: update supported image formats
  • 98e03b8 Revert "Guard heif bitdepth property for prebuilt binaries"
  • e4ea2f3 CI: Ignore package minimum age in smoke tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [sharp](https://github.com/lovell/sharp) from 0.34.5 to 0.35.0.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.5...v0.35.0)

---
updated-dependencies:
- dependency-name: sharp
  dependency-version: 0.35.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portfolio Ready Ready Preview, Comment Jul 25, 2026 7:16am

cooperability added a commit that referenced this pull request Aug 26, 2026
Takes the repository from 53 known advisories to 5. All five that remain have
no upstream fix: postcss (4) and sharp (1) are already at the latest published
version, so nothing to move to.

Resolves the substance of the open Dependabot PRs, which cannot themselves
survive this branch -- they carry yarn.lock diffs and cannot rebase onto a
tree with no yarn.lock.

Direct bumps of note:
- next 16.2.6 -> 16.2.11 (#254)
- sharp 0.34.5 -> 0.35.3 (#252)
- react / react-dom 19.1 -> 19.2.8, @types to match
- @serwist/build 9.2.1 -> 9.5.12 (#213)
- jest-environment-jsdom 30.2.0 -> 30.4.1 (#215)
- postcss 8.5.10 -> 8.5.26 (#257), @babel/core (#241), and the rest of the
  patch-updates group (#265) via in-range `pnpm update`
- @testing-library/jest-dom 6.6.3 -> 7.0.1. pnpm flagged 6.10.0 as a
  mis-published minor carrying breaking changes; 7.x is the clean line and
  its @testing-library/dom peer range is already satisfied.

Transitive advisories (nanoid #264, brace-expansion #259, fast-uri #258,
js-yaml #256, ws #247, form-data #236, tar #229 (the one CRITICAL),
minimatch #228, follow-redirects #222) were resolved by letting `pnpm update`
move the parents that pin them, rather than by pinning each child directly.

That distinction is the point of the one override this adds:

    socks: ^2.8.9

ip-address had two advisories. The chain is socks -> ip-address, and socks
2.8.5 pins `ip-address: ^9`. Overriding ip-address to ^10 would have handed
socks an API it does not expect -- precisely the failure that killed coverage
when the inherited glob override reached test-exclude@6. socks 2.8.9 already
declares `ip-address: ^10.1.1`, so bumping the parent lets the fixed child
arrive legitimately. Fix the package that declares the bad range, not the
package named in the advisory.

Also drops @eslint/compat and @eslint/eslintrc, which became dead when the
FlatCompat layer was removed, and annotates one more real
`react-hooks/set-state-in-effect` hit that eslint-plugin-react-hooks 7.1
newly detects in PromptComposer. Like the OpioidConverter one it is described
rather than fixed: it changes when a user's manual edits are discarded, and
the component has no test coverage.

NOT included, deliberately: tailwindcss 3 -> 4 (#214). That is a real
migration -- a new config format and a rewritten cascade layer model -- with
visual consequences on every page, and it belongs in its own PR with a human
looking at the result.

Verified: lint clean, typecheck clean, 4/4 tests with coverage, production
build 14.2s.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013RtsQWaEaAe4iVnSoUCDfY
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #275.

@dependabot dependabot Bot closed this Sep 9, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/sharp-0.35.0 branch September 9, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants